Associative Property
Definition

If an operation is represented by the symbol "Operation symbol", then the associative property is represented by: ( a Operation symbol b ) Operation symbol c = a Operation symbol ( b Operation symbol c ).


Addition and multiplication are both associative.


The Associative Property of Addition

( a + b ) + c = a + ( b + c ), for all a, b, c is an element of R.


Example


( 4 + 2 ) + 1 = 4 + ( 2 + 1 )

6 + 1 = 4 + 3

7 = 7


Both sides have a sum of seven.


The Associative Property of Multiplication

(ab)c = a(bc), for all a, b, c is an element of R.


Example


( 4 x 2 ) x 1 = 4 x ( 2 x 1 )

8 x 1 = 4 x 2

8 = 8


Both sides have a product of eight.


More

Subtraction and division are NOT associative.


( 4 - 2 ) - 1 ≠ 4 - ( 2 - 1 ).

2 - 1 ≠ 4 - 1

1 ≠ 3


( 4 ÷ 2 ) ÷ 2 ≠ 4 ÷ ( 2 ÷ 2 ).

2 ÷ 2 ≠ 4 ÷ 1

1 ≠ 4